home *** CD-ROM | disk | FTP | other *** search
- @echo off
- @ECHO INSTALL {from drive} {to drive}, i.e., INSTALL A C or INSTALL B C
- if "%2"=="" goto end
- @ECHO.
- @ECHO CREATING DIRECTORY C:\QUICKTAX
- cd\
- %2:
- cd\
- MD QUICKTAX
- %1:
- copy %1:\quicktax.exe %2:\quicktax\*.*
- copy %1:\read.me %2:\quicktax\*.*
- copy %1:\describe.doc %2:\quicktax\*.*
- copy %1:\vendor.doc %2:\quicktax\*.*
- copy %1:\sysop.doc %2:\quicktax\*.*
- copy %1:\license.doc %2:\quicktax\*.*
- copy %1:\register.doc %2:\quicktax\*.*
- copy %1:\warranty.doc %2:\quicktax\*.*
- copy %1:\packing.lst %2:\quicktax\*.*
- %2:
- CD\quicktax
- dir
- @ECHO.
- @ECHO QuickTax INSTALLATION COMPLETED
- @ECHO.
- @ECHO To run the program from the QUICKTAX subdirectory type:
- @ECHO.
- @ECHO QUICKTAX {Then Press Enter}
- @ECHO.
- @ECHO.
- @ECHO To install the program in memory automatically when you boot up,
- @ECHO add the following line to the end of your AUTOEXEC.BAT file:
- @ECHO.
- @ECHO C:\QUICKTAX\QUICKTAX.EXE
- @ECHO.
- :end
-